projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
679aee0
)
(byte-compile-insert-header): Fix backwards test
author
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Jun 1993 18:35:28 +0000
(18:35 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Jun 1993 18:35:28 +0000
(18:35 +0000)
of byte-compile-compatibility.
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 936418973185a4d79cbc5fbe8493cb8a0015da5b..ce72c041551369f206e2d42179309601f040084a 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-1321,7
+1321,7
@@
With argument, insert value in current buffer after the form."
(if (byte-compile-version-cond byte-compile-compatibility)
"; compiled with Emacs 18 compatibility.\n"
".\n"))
- (if (
byte-compile-version-cond byte-compile-compatibility
)
+ (if (
not (byte-compile-version-cond byte-compile-compatibility)
)
(insert ";;; this file uses opcodes which do not exist in Emacs 18.\n"
;; Have to check if emacs-version is bound so that this works
;; in files loaded early in loadup.el.